home *** CD-ROM | disk | FTP | other *** search
- <!--- This view-only example illustrates
- use of the CFASSOCIATE tag. --->
- <HTML>
- <HEAD>
- <TITLE>CFASSOCIATE</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>CFASSOCIATE</H3>
- <P>
- This example shows the code you might add to
- a sub-tag to associate it with the calling
- custom tag (displayed in the View Example pane).
- <!--- Find the context --->
- <!---
- <cfif thisTag.executionMode is "start">
- --->
- <!--- Associate attributes
- This code occurs in a custom tagÆs
- sub tag. --->
- <!---
- <CFASSOCIATE BASETAG="CF_TAGBASE">
- --->
- <!--- Define defaults for attributes --->
- <!---
- <cfparam name="attributes.happy" default="Yes">
- <cfparam name="attributes.sad" default="No">
- --->
- <!--- Continue sub-tag processing --->
-
- </BODY>
- </HTML>
-